object Form1: TForm1 Left = 237 Top = 169 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'CyberDome NechM�! Lite 2' ClientHeight = 136 ClientWidth = 234 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label4: TLabel Left = 0 Top = 120 Width = 233 Height = 13 Alignment = taCenter Caption = '(c) 2001 by Pavel Patz; This is Freeware for you' end object SpeedButton1: TSpeedButton Left = 0 Top = 88 Width = 65 Height = 25 Hint = 'Spustit ochrann� re�im' Caption = 'Chr�nit!' Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnClick = Button1Click end object SpeedButton2: TSpeedButton Left = 80 Top = 88 Width = 65 Height = 25 Hint = 'Otev��t soubor s n�pov�dou' Caption = 'N�pov�da' Flat = True OnClick = Button3Click end object SpeedButton3: TSpeedButton Left = 160 Top = 88 Width = 73 Height = 25 Hint = 'Informace o verzi atd.' Caption = 'O aplikaci..' Flat = True OnClick = Button4Click end object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 233 Height = 81 Caption = 'Heslo' TabOrder = 0 object Label2: TLabel Left = 8 Top = 16 Width = 30 Height = 13 Caption = 'Heslo:' end object Label3: TLabel Left = 8 Top = 48 Width = 39 Height = 13 Caption = 'Potvrdit:' end object Edit1: TEdit Left = 56 Top = 16 Width = 113 Height = 21 MaxLength = 8 PasswordChar = '*' TabOrder = 0 OnKeyDown = Edit1KeyDown end object Edit2: TEdit Left = 56 Top = 48 Width = 113 Height = 21 MaxLength = 8 PasswordChar = '*' TabOrder = 1 OnKeyDown = Edit2KeyDown end object Button2: TButton Left = 176 Top = 16 Width = 49 Height = 25 Hint = 'Ulo�� zadan� heslo jako norm�ln�' Caption = 'Ulo�it' TabOrder = 2 OnClick = Button2Click end end end